From 9cff0937b26fde65ae0077e1d4589a8b0926c816 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Fri, 14 Oct 2011 10:17:22 +0200 Subject: [PATCH] x86: remove dead member from struct _cpuid4_info Signed-off-by: Jan Beulich Acked-by: Keir Fraser --- xen/arch/x86/cpu/intel_cacheinfo.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/x86/cpu/intel_cacheinfo.c b/xen/arch/x86/cpu/intel_cacheinfo.c index f0288844d7..430f939dd5 100644 --- a/xen/arch/x86/cpu/intel_cacheinfo.c +++ b/xen/arch/x86/cpu/intel_cacheinfo.c @@ -124,7 +124,6 @@ struct _cpuid4_info { union _cpuid4_leaf_ebx ebx; union _cpuid4_leaf_ecx ecx; unsigned long size; - cpumask_t shared_cpu_map; }; unsigned short num_cache_leaves; -- 2.30.2